home *** CD-ROM | disk | FTP | other *** search
- class disney.rabbitRivalry.ui.GameOver extends disney.rabbitRivalry.ui.Screen
- {
- var __mc;
- var __HAS_INTRO = true;
- var __HAS_OUTRO = false;
- var __OPENED_FRAME = 48;
- function GameOver(mc, ui)
- {
- super(mc,ui);
- }
- function onOpened()
- {
- super.onOpened();
- this.__mc.btn_play.onRelease = function()
- {
- smashing.keithm.Messenger.sendMessage("engine","goSplash");
- };
- this.__mc.btn_highscore.onRelease = function()
- {
- smashing.keithm.Messenger.sendMessage("engine","goHighscore");
- };
- }
- }
-